'Declaration
Public Overloads Sub CopyTo( _ ByVal array() As LogMessage, _ ByVal arrayIndex As Integer _ )
public void CopyTo( LogMessage[] array, int arrayIndex )
Parameters
- array
- The one-dimensional array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.
- arrayIndex
- The zero-based index in array at which copying begins.